iconhelper: Remove unused function
authorBenjamin Otte <otte@redhat.com>
Mon, 23 Nov 2015 04:00:39 +0000 (05:00 +0100)
committerBenjamin Otte <otte@redhat.com>
Wed, 25 Nov 2015 15:32:39 +0000 (16:32 +0100)
gtk/gtkiconhelper.c
gtk/gtkiconhelperprivate.h

index 9245ce44a20fc4fdcdec6f56cd60a24aeb8cfb4b..c1c269909506216599afc2ae9f25aa54e6c2f670 100644 (file)
@@ -1164,9 +1164,3 @@ _gtk_icon_helper_set_pixbuf_scale (GtkIconHelper *self,
       _gtk_icon_helper_invalidate (self);
     }
 }
-
-int
-_gtk_icon_helper_get_pixbuf_scale (GtkIconHelper *self)
-{
-  return self->priv->orig_pixbuf_scale;
-}
index d2e9bd074da6997043da60677cf25965fcf15461..b4b2416f81a3de851fbaeb56a5a7094532eb1b51 100644 (file)
@@ -82,7 +82,6 @@ void _gtk_icon_helper_set_pixbuf (GtkIconHelper *self,
                                  GdkPixbuf *pixbuf);
 void _gtk_icon_helper_set_pixbuf_scale (GtkIconHelper *self,
                                        int scale);
-int  _gtk_icon_helper_get_pixbuf_scale (GtkIconHelper *self);
 void _gtk_icon_helper_set_animation (GtkIconHelper *self,
                                      GdkPixbufAnimation *animation);
 void _gtk_icon_helper_set_icon_set (GtkIconHelper *self,